#HTML 的 <figure>
标签
HTML 的 <figure> 元素代表一段独立的内容,可能包含 <figcaption> 元素定义的说明元素。该插图、标题和其中的内容通常作为一个独立的引用单元。
#属性
#示例
<figure>
<img src="https://raw.githubusercontent.com/mdn/learning-area/master/html/multimedia-and-embedding/images-in-html/dinosaur_small.jpg"
alt="恐龙骨骼化石"
width="500">
<figcaption>图1: 恐龙骨骼化石,来自 MDN。</figcaption>
</figure>
<figure>![]()
图1: 恐龙骨骼化石,来自 MDN。